-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REF: Make WeekOfMonthMixin a cdef class #34265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REF: Make WeekOfMonthMixin a cdef class #34265
Conversation
can you rebase |
…f-liboffsets-cdef-wom
Rebased +green |
…f-liboffsets-cdef-wom
rebased+pseudo-green |
…f-liboffsets-cdef-wom
@@ -299,8 +299,53 @@ def is_on_offset(self, dt): | |||
# TODO, see #1395 | |||
return True | |||
|
|||
def _repr_attrs(self) -> str: | |||
# The DateOffset class differs from other classes in that members |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems like it could be integrated to the other classes no? surely a follown
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yah, there are a lot of __dict__
-related workarounds that can be cleaned up once everything is a cdef class
No description provided.